home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMCLIPBOARDSET / TFRMCLIPBOARDSET.txt
Encoding:
Text File  |  2003-01-14  |  1.7 KB  |  79 lines

  1. inherited frmClipboardSet: TfrmClipboardSet
  2.   Top = 208
  3.   HelpContext = 92
  4.   OldCreateOrder = True
  5.   OnShow = FormShow
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited pnlTop: TPanel
  9.     inherited lblCommandName: TLabel
  10.       Caption = ''
  11.     end
  12.     inherited memActionDesc: TMemo
  13.       Lines.Strings = (
  14.         'Sets the contents of the clipboard.')
  15.     end
  16.   end
  17.   inherited pnlCenter: TPanel
  18.     inherited pgcControlPage: TPageControl
  19.       inherited tbsAM5Main: TTabSheet
  20.         object Label1: TLabel
  21.           Left = 10
  22.           Top = 16
  23.           Width = 429
  24.           Height = 13
  25.           AutoSize = False
  26.           Caption = '&Text to send to the clipboard:'
  27.           FocusControl = memText
  28.         end
  29.         object memText: TMemo
  30.           Left = 10
  31.           Top = 32
  32.           Width = 449
  33.           Height = 184
  34.           ScrollBars = ssVertical
  35.           TabOrder = 0
  36.           OnKeyDown = memTextKeyDown
  37.         end
  38.       end
  39.     end
  40.   end
  41.   inherited taclKeyboardTrap: TActionList
  42.     Left = 196
  43.   end
  44.   inherited dxSIBarManager: TdxBarManager
  45.     Categories.ItemsVisibles = (
  46.       2)
  47.     Categories.Visibles = (
  48.       True)
  49.     PopupMenuLinks = <
  50.       item
  51.         Control = lsvAM5Errors
  52.         PopupMenu = dxCheckPopup
  53.       end>
  54.     DockControlHeights = (
  55.       0
  56.       0
  57.       0
  58.       0)
  59.   end
  60.   inherited dxCheckPopup: TdxBarPopupMenu
  61.     ItemLinks = <
  62.       item
  63.         Item = itmCheckAllErrors
  64.         UserGlyph.Data = {00000000}
  65.         Visible = True
  66.       end
  67.       item
  68.         Item = itmCheckNoErrors
  69.         UserGlyph.Data = {00000000}
  70.         Visible = True
  71.       end>
  72.     Left = 164
  73.   end
  74.   inherited IvTranslator1: TIvTranslator
  75.     Left = 228
  76.     Top = 348
  77.   end
  78. end
  79.